
BY: Mohammed
DATE:1996-06-28
Advanced Scrolling Status Bar
It scroller has many new features, such as:
- allows for a button or link that can be clicked to stop the scroller
- links can be given the onClick handler "scrollerPause()" and then they
will appear in the status bar while the scroller is paused.
- multiple scrolling messages can be embedded within a page and started
on user events such as clicking a link or button.
These are the default values for the global variables which will
be stored in the properties of the scroll variable:
MESSAGE = "Your message" -- The text you want to scroll.
[Put into scroll.msg]
DELAY = 50 -- The delay (in milliseconds)
between each shift left.
[Put into scroll.delay]
POSITION = 100 -- How many spaces should lead the
message when it starts?
[Put into scroll.pos]
If you want this script just choose "Save Frame As..." (in Netscape) when you have the focus on the frame.
URL: http://www.oocities.org/SiliconValley/7116/jv_scr3.html